home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 April: Mac OS SDK / Dev.CD Apr 97 SDK1.toast / Development Kits (Disc 1) / Apple Shared Library Manager / ASLM Examples / Inspector / Sources / WindowStackerLibrary.exp < prev    next >
Encoding:
Text File  |  1996-11-19  |  394 b   |  25 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        WindowStackerLibrary.exp
  3.  
  4.     Contains:    Export declarations for the WindowStackerLibrary
  5.  
  6.     Copyright:    © 1992-1993 by Apple Computer, Inc., all rights reserved.
  7.  
  8. */
  9.  
  10.  
  11. #include <LibraryManager.h>
  12. #include "WindowStacker.h"
  13.  
  14. Library
  15. {
  16.     version = 1.0…1.2;
  17.     id = kWindowStackerLibID;
  18.     memory = client;
  19.     heap = system;        // use system heap just for testing purposes
  20. }
  21.  
  22. Class TWindowStacker;
  23.  
  24.  
  25.